home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 23 / AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso / Updates / Datatypes / JPEG-DT / JPEG-DT.doc < prev    next >
Text File  |  1999-11-15  |  3KB  |  132 lines

  1. Documentation of jpeg.datatype 43.1
  2. -----------------------------------
  3.  
  4.  
  5. Introduction
  6. ------------
  7.  
  8. With the help of the jpeg.datatype, your datatype sytem is able to read JPEG images.
  9.  
  10. This datatype is freeware and can be used for any purpose.
  11.  
  12.  
  13. Minumum requirements for jpeg.datatype
  14. --------------------------------------
  15.  
  16. * OS 3.0
  17. * MC68020
  18.  
  19.  
  20. Additionally recommened
  21. -----------------------
  22.  
  23. * CyberGraphX with picture.datatype V43 for 24-bit images.
  24.  
  25.  
  26. Minumum requirements for JPEGPrefs
  27. ----------------------------------
  28.  
  29. * OS 3.0
  30. * MC68020
  31. * MUI 3.8
  32.  
  33.  
  34. Installation
  35. ------------
  36.  
  37. Simply click on the 'Install' script.
  38. If you have another jpeg.datatype (with THIS name) installed on your Amiga with a
  39. version number higher than 43.0, the installer will not be able to replace it.
  40. In this case, you must copy the jpeg.datatype manually to your SYS:Classes/DataTypes
  41. directory.
  42.  
  43.  
  44. Preferences
  45. -----------
  46.  
  47. Gfx Mode:
  48.  -> V43 CGX Mode
  49.     Enables V43 CyberGraphX mode.
  50.     If you do not have the picture.datatype 43.x, the datatype will fall back to V40 mode.
  51.  -> V40 AGA Mode
  52.     Truecolor images will be color reduced for AGA.
  53.  
  54. V40 Dithermode:
  55. Enables Floyd-Steinberg dithering (recommended ,1).
  56. Default is 'No dithering' (0).
  57.  
  58. V40 CLUT Depth:
  59. Depth to use for color reducing in AGA modes.
  60. Values are from 3 to 8 (default).
  61.  
  62. DCT Methods:
  63. Choose one of the DCT methods for de/encoding.
  64.  -> Slow Integer:   medium speed, good quality (default, 0)
  65.  -> Fast Integer:   fast speed but low quality (1)
  66.  -> Floating Point: slowest but high quality (2).
  67.  
  68. Scale:
  69. Picture sizes can be scaled for output:
  70. -> 1:1  Leave size untouched (default, 0)
  71. -> 1:2  Half the size (1).
  72. -> 1:4  One forth  the size (2).
  73. -> 1:8  One eighth the size (3).
  74.  
  75. Quality:
  76. Defines the compression quality. Ranges from 1 to 100.
  77. Useful values are between 60 and 90, depending on the picture.
  78. Low values produce short files but worse quality, higher values longer files with
  79. good quality.
  80. The default is 75.
  81.  
  82. Smoothing:
  83. Value of color smoothing during compression. Ranges from 0 to 100.
  84. Default is 0 (no smoothing).
  85.  
  86. Gray Mode:
  87. Images are stored as 256 color grayscales pictures.
  88. Default is OFF, save in 24 Bit color mode.
  89.  
  90. Progressive Mode:
  91. Store the image in progressive mode.
  92. Default is OFF.
  93.  
  94. Currently I only support MUI for the preferences.
  95. If you don't have MUI, you also can adjust the preferences very easy.
  96. The ENV-variable 'DataTypes/jpeg.prefs' contains the parameter as a DOS-argument
  97. with the template
  98. 'MODE/A/N,DITHER/A/N,DEPTH/A/N,DCT/A/N,SCALE/A/N,QUALITY/A/N,SMOOTH/A/N,GRAY/S,PROGRESSIVE/S'.
  99. You can change the settings anytime either by using the 'SetEnv'-command or by
  100. using a text editor.
  101. A GadTools version of the preferences may follow in the near future.
  102.  
  103.  
  104. History
  105. -------
  106.  
  107. 08-Oct-99  V43.0
  108.    * First public release
  109.  
  110. 13-Nov-99  V43.1
  111.    * Improved V43 setup to avoid problems under Picasso96 or OS 3.5.
  112.    * Glowicons are now default icons.
  113.  
  114.  
  115. Credits
  116. -------
  117.  
  118. Paul Huxham for the jpeg.library.
  119.  
  120. Timm S. Müller for the render.library.
  121.  
  122.  
  123. Author
  124. ------
  125.  
  126. Feel free to contact me for comments, critics or bug reports !
  127.  
  128. Name:     Achim Stegemann
  129. Email:    astegema@ix.urz.uni-heidelberg.de
  130. Internet: http://www.rzuser.uni-heidelberg.de/~astegema
  131.  
  132.